-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[201911] [Mellanox] Read PSU fan max/min speed per PSU #8728
Merged
abdosi
merged 1 commit into
sonic-net:201911
from
Junchao-Mellanox:update-psu-fan-max-min-201911
Sep 13, 2021
Merged
[201911] [Mellanox] Read PSU fan max/min speed per PSU #8728
abdosi
merged 1 commit into
sonic-net:201911
from
Junchao-Mellanox:update-psu-fan-max-min-201911
Sep 13, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
New PSU could install different type of fan, so fan max/min speed should be read per PSU The existing implementation read PSU max/min fan speed from a common file, change it to read from per PSU file Manual test Conflicts: platform/mellanox/mlnx-platform-api/sonic_platform/fan.py
/azp run |
Commenter does not have sufficient privileges for PR 8728 in repo Azure/sonic-buildimage |
5 tasks
keboliu
approved these changes
Sep 10, 2021
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azpw run |
liat-grozovik
changed the title
[Mellanox] [201911] Back port "Read PSU fan max/min speed per PSU (#8563)" to 201911
[201911] [Mellanox] Read PSU fan max/min speed per PSU
Sep 12, 2021
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
seems the failure is not related to this PR. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
abdosi
reviewed
Sep 13, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backport #8563 to 201911
Why I did it
New PSU could install different type of fan, so fan max/min speed should be read per PSU
How I did it
The existing implementation read PSU max/min fan speed from a common file, change it to read from per PSU file
How to verify it
Manual test
Which release branch to backport (provide reason below if selected)
Description for the changelog
A picture of a cute animal (not mandatory but encouraged)